/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px) {
.copy {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/back1.png) no-repeat center center;
    background-size: cover;
}
.copy .copy_list {
    width: 100%;
    height: auto;
    margin: .4rem auto;
    text-align: center;
}
.copy .copy_list img {
    float: left;
    width: 1.6rem;
    height: 1.6rem;
}
.copy .copy_list p {
    font-size: .24rem;
    line-height: 2;
    color: #333333;
}
}